home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Nave / sky-chopper.swf / scripts / frame_312 / PlaceObject2_1437_8 / CLIPACTIONRECORD onClipEvent(enterFrame).as < prev   
Encoding:
Text File  |  2005-09-29  |  223 b   |  14 lines

  1. onClipEvent(enterFrame){
  2.    if(_currentframe == 10)
  3.    {
  4.       if(goback)
  5.       {
  6.          goback = false;
  7.          this.onEnterFrame = function()
  8.          {
  9.             prevFrame();
  10.          };
  11.       }
  12.    }
  13. }
  14.